home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TSMIMEPREFSFORM
/
TSMIMEPREFSFORM.txt
Wrap
Text File
|
2004-10-12
|
6KB
|
273 lines
object SMIMEPrefsForm: TSMIMEPrefsForm
Left = 168
Top = 123
HelpContext = 14510
BorderStyle = bsDialog
Caption = 'S/MIME Preferences'
ClientHeight = 332
ClientWidth = 464
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 13
object bOK: TButton
Left = 160
Top = 296
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object Cancel: TButton
Left = 248
Top = 296
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object nb: TNotebook
Left = 8
Top = 88
Width = 448
Height = 193
TabOrder = 2
object TPage
Left = 0
Top = 0
Caption = 'Default'
object lMinutes: TLabel
Left = 96
Top = 52
Width = 37
Height = 13
Caption = 'Minutes'
end
object lSigningHash: TLabel
Left = 5
Top = 108
Width = 324
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Signing Hash Algorithm'
end
object lEncryptionCipher: TLabel
Left = 5
Top = 84
Width = 324
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Encryption algorithm'
end
object cbCompress: TCheckBox
Left = 8
Top = 0
Width = 425
Height = 17
Caption = 'Compress data before encryption'
TabOrder = 0
end
object cbCacheDec: TCheckBox
Left = 8
Top = 24
Width = 425
Height = 17
Caption = 'Cache certificate passphrases/keys for'
TabOrder = 1
OnClick = cbCacheDecClick
end
object cbSigningHash: TComboBox
Left = 336
Top = 104
Width = 105
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 4
Items.Strings = (
'SHA-1 (160 bit)'
'MD-5 (128 bit)')
end
object cbBlockCipher: TComboBox
Left = 336
Top = 80
Width = 105
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
Items.Strings = (
'RC2 (128 bit)'
'3DES (156 bit)'
'IDEA (128 bit)')
end
object gbRandSeed: TGroupBox
Left = 0
Top = 135
Width = 449
Height = 50
Caption = 'Random Seed File'
TabOrder = 5
object eRandSeed: TEdit
Left = 8
Top = 16
Width = 401
Height = 21
TabOrder = 0
end
object bRandSeed: TButton
Left = 414
Top = 15
Width = 23
Height = 23
Caption = '&?'
TabOrder = 1
OnClick = bRandSeedClick
end
end
object spDecMin: TXSpinEdit
Left = 24
Top = 48
Width = 65
Height = 21
TabOrder = 2
Text = '1'
MinValue = 1
MaxValue = 9999
Value = 1
Step = 1
end
end
object TPage
Left = 0
Top = 0
Caption = 'CryptoAPI'
object lCSP: TLabel
Left = 8
Top = 8
Width = 146
Height = 13
Caption = 'Cryptographic Service Provider'
end
object lCrAPIEncryption: TLabel
Left = 8
Top = 69
Width = 96
Height = 13
Caption = 'Encryption Algorithm'
FocusControl = cbCrAPIEncryption
end
object lCrAPISigningHash: TLabel
Left = 8
Top = 111
Width = 109
Height = 13
Caption = 'Signing Hash Algorithm'
FocusControl = cbCrAPISigningHash
end
object cbCSP: TComboBoxEx
Left = 8
Top = 24
Width = 433
Height = 22
ItemsEx = <>
Style = csExDropDownList
ItemHeight = 16
TabOrder = 0
OnChange = cbCSPChange
DropDownCount = 8
end
object cbCrAPIEncryption: TComboBox
Left = 8
Top = 85
Width = 433
Height = 21
Style = csDropDownList
ItemHeight = 0
TabOrder = 2
end
object cbCrAPISigningHash: TComboBox
Left = 8
Top = 127
Width = 433
Height = 21
Style = csDropDownList
ItemHeight = 0
TabOrder = 3
end
object cbTrackSign: TCheckBox
Left = 8
Top = 152
Width = 432
Height = 17
Caption =
'Keep associations between e-mail addresses and certificates for' +
' signing'
TabOrder = 4
end
object cbTrackEncrypt: TCheckBox
Left = 8
Top = 172
Width = 432
Height = 17
Caption =
'Keep associations between e-mail addresses and certificates for' +
' encryption'
TabOrder = 5
end
object cbLimitProviders: TCheckBox
Left = 8
Top = 49
Width = 432
Height = 14
Caption = 'Never use other providers'
TabOrder = 1
end
end
end
object cbSMIMEEngine: TRadioGroup
Left = 8
Top = 8
Width = 449
Height = 49
Caption = 'S/MIME Engine'
Columns = 2
Items.Strings = (
'Internal Implementation'
'Microsoft CryptoAPI')
TabOrder = 0
OnClick = cbSMIMEEngineClick
end
object cbEncDefKey: TCheckBox
Left = 16
Top = 64
Width = 441
Height = 17
Caption = 'Always encrypt to sender'#39's certificate'
TabOrder = 1
end
object bHelp: TButton
Left = 336
Top = 296
Width = 75
Height = 25
Caption = 'Help'
TabOrder = 5
OnClick = bHelpClick
end
end